Feature: Delete tag

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 23.219s

Scenario: Delete a tag successfully

Before 0m 1.624s
Given I navigate to page "http://localhost:2368/ghost/" 0m 1.540s
And I enter email "<ADMIN_EMAIL>" 0m 0.546s
And I enter password "<ADMIN_PASSWORD>" 0m 0.524s
And I click on the login button 0m 0.711s
And I wait for 2 seconds 0m 2.294s
And I click on tags option 0m 0.433s
And I wait for 2 seconds 0m 2.264s
When I click on the new tags button 0m 0.519s
And I write "Tag para eliminar" in the tag name 0m 0.416s
And I write "Descripción de tag" in the tag description 0m 0.459s
And I save the new tag 0m 0.374s
And I click on tags option 0m 0.425s
And I wait for 2 seconds 0m 2.296s
And I click the last tag in the list 0m 0.505s
And I wait for 2 seconds 0m 2.308s
And I click the delete tag button 0m 0.537s
And I wait for 2 seconds 0m 2.302s
And I click confirm tag deleting 0m 0.515s
And I wait for 2 seconds 0m 2.307s
Then I see that there is no tag with the name "Tag para eliminar" in the tag list 0m 0.308s
After 0m 0.012s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/"
And I enter email "<ADMIN_EMAIL>"
And I enter password "<ADMIN_PASSWORD>"
And I click on the login button
And I wait for 2 seconds
And I click on tags option
And I wait for 2 seconds
When I click on the new tags button
And I write "Tag para eliminar" in the tag name
And I write "Descripción de tag" in the tag description
And I save the new tag
And I click on tags option
And I wait for 2 seconds
And I click the last tag in the list
And I wait for 2 seconds
And I click the delete tag button
And I wait for 2 seconds
And I click confirm tag deleting
And I wait for 2 seconds
Then I see that there is no tag with the name "Tag para eliminar" in the tag list
After
NO IMAGE AVAILABLE